In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.PdfFileNavigationEventHandler Delegate

GdViewer.PdfFileNavigationEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("1747605B-CF88-3985-8A50-F4B859A5DFBD")>

Public Delegate Sub GdViewer.PdfFileNavigationEventHandler( _

   ByRef FilePath As String, _

   ByRef Cancel As Boolean _

) 
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]

public delegate void GdViewer.PdfFileNavigationEventHandler( 

   ref string FilePath,

   ref bool Cancel

)
public delegate GdViewer.PdfFileNavigationEventHandler( 

   var  FilePath: String;

   var  Cancel: Boolean

);
GuidAttribute("1747605B-CF88-3985-8A50-F4B859A5DFBD")

public delegate GdViewer.PdfFileNavigationEventHandler( 

   FilePath : String,

   Cancel : boolean

)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]

public: __gc __delegate void GdViewer.PdfFileNavigationEventHandler( 

   ref string* FilePath,

   ref bool Cancel

)
[Guid("1747605B-CF88-3985-8A50-F4B859A5DFBD")]

public delegate void GdViewer.PdfFileNavigationEventHandler( 

   String^% FilePath,

   bool% Cancel

)

Parameters

FilePath
Cancel
See Also

Reference

GdViewer.PdfFileNavigationEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace